home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Shareware / Applications / directtex Pro 2.0 / DirectTeX.1 / Installer-Files / Config-Files / PostScript / PostScript folder / config.lino < prev    next >
Encoding:
Text File  |  1995-03-27  |  2.1 KB  |  79 lines  |  [TEXT/TeX+]

  1. *
  2. *   This configuration file is a sample one for a typesetter.  See the
  3. *   end of the file especially, where we use setpageparams.  With a
  4. *   configuration file like this, you can use
  5. *
  6. *   -t film0 -k -T 11in,17in
  7. *
  8. *   for instance to print an 11x17 inch document in orientation 0 with
  9. *   crop marks.
  10. *
  11. m 1000000
  12. o
  13. M LinoType
  14. D 2540
  15. Z
  16.  
  17. @ a4size 210mm 297mm
  18. @+ %%PaperSize: a4
  19.  
  20. *@ letterSize 8.5in 11in
  21. *@+ %%PaperSize: Letter
  22.  
  23. @ letter 8.5in 11in
  24. @+ %%BeginPaperSize: Letter
  25. @+ letter
  26. @+ %%EndPaperSize
  27.  
  28. @ legal 8.5in 14in
  29. @+ ! %%DocumentPaperSizes: Legal
  30. @+ %%BeginPaperSize: Legal
  31. @+ legal
  32. @+ %%EndPaperSize
  33.  
  34. @ ledger 17in 11in
  35. @+ ! %%DocumentPaperSizes: Ledger
  36. @+ %%BeginPaperSize: Ledger
  37. @+ ledger
  38. @+ %%EndPaperSize
  39.  
  40. @ tabloid 11in 17in
  41. @+ ! %%DocumentPaperSizes: Tabloid
  42. @+ %%BeginPaperSize: Tabloid
  43. @+ 11x17
  44. @+ %%EndPaperSize
  45.  
  46. @ a4 210mm 297mm
  47. @+ ! %%DocumentPaperSizes: a4
  48. @+ %%BeginPaperSize: a4
  49. @+ a4
  50. @+ %%EndPaperSize
  51.  
  52. @ a3 297mm 420mm
  53. @+ ! %%DocumentPaperSizes: a3
  54. @+ %%BeginPaperSize: a3
  55. @+ a3
  56. @+ %%EndPaperSize
  57. *
  58. *   These last two are only for typesetters that can set the page size;
  59. *   uncomment and put them in a `config.lino', for instance.
  60. *
  61. *   Use this for pages where you want the text to run in the same direction
  62. *   as the film feeds (slow scan direction; down the length of the film.)
  63. *   Best for everything *but* pages higher than the film is wide or pages
  64. *   wider than they are tall; needed for pages wider than the film is wide.
  65. *
  66. @ film0 0in 0in
  67. @+ statusdict /setpageparams known { vsize hsize 0 0 statusdict begin {
  68. @+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
  69. @+ { vsize hsize 0 statusdict begin { setpage } stopped pop end } if } if
  70. *
  71. *   Use this for pages where you want the text to run across the width of
  72. *   the film (fast scan direction.)  Needed for pages taller than the film
  73. *   is wide; preferred for pages wider than they are tall.
  74. *
  75. @ film1 0in 0in
  76. @+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin {
  77. @+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
  78. @+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if
  79.